home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 2719 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.ox.ac.uk!news
  2. From: Nick Christie <nick.christie@oucs.ox.ac.uk>
  3. Newsgroups: comp.sys.amiga.advocacy,comp.sys.amiga.misc,comp.sys.amiga.hardware,comp.sys.amiga.programmer
  4. Subject: Re: Buggering bollocks! A bug!
  5. Date: 23 Jan 1996 13:55:05 GMT
  6. Organization: Oxford University Computing Services
  7. Message-ID: <4e2pbp$i0d@news.ox.ac.uk>
  8. References: <DLBz5p.54s@csc.liv.ac.uk> <wfblanDLKtA5.5Io@netcom.com>
  9. NNTP-Posting-Host: nick.oucs.ox.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. wfblan@netcom.com (Rob Bamford) wrote:
  16. >Seems that the 'version' command is a bit flawed.
  17. >If you check the version of a program it comes up with the proper version
  18. >number.  However, if you then go to a different disk and check another but
  19. >different version of the same file it shows the first version number again.
  20.  
  21. When you check a system file like a library, the version command
  22. reports the version of the library already loaded in memory. If
  23. the library isn't already loaded, the version command loads it.
  24. This is necessary as libraries generally don't have the usual
  25. $VER identifier buried in them, they keep their version information
  26. in a special library data structure.
  27.  
  28. If you add the FILE switch to the version command, it won't load
  29. the library, only search for the $VER string. However, many older
  30. libraries have no such version id in them and simply report "No
  31. version found".
  32.  
  33. >[...] This is a pretty big boo-boo!  Fix it!!  Thanks!
  34.  
  35. This is explained in the AmigaDOS manual. Read it! You're welcome.
  36.  
  37. Nick
  38. +------------------------------------------------------------------------+
  39. | Nick Christie, IT Support,      <mailto://nick.christie@oucs.ox.ac.uk> |
  40. | Oxford University Computing Services,    <http://sable.ox.ac.uk/~nick> |
  41. | 13 Banbury Road, Oxford OX2 6NN.        Opinions expressed are my own. |
  42. +------------------------------------------------------------------------+
  43.  
  44.  
  45.